home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-3872 / kandy173 / docs.eng / tips.txt < prev    next >
Text File  |  1995-09-02  |  7KB  |  162 lines

  1. Hints & Tips                          Compiled and maintained by Joe Connor
  2. ===========================================================================
  3.  
  4. o Important!
  5.   ----------
  6.   Kandinsky uses the KNDINSKY.INF file to store your personal preferences 
  7.   and password. If you're using a registered copy of Kandinsky be sure to 
  8.   delete KNDINSKY.INF and the 'REG_ONLY' folder and contents before passing 
  9.   copies of Kandinsky to other users.
  10.  
  11. o If you haven't already register!
  12.   --------------------------------
  13.   There are dozens of other Hints & tips detailed in the manual available 
  14.   only to registered users. Only the most important ones are repeated here.
  15.   
  16. o Using the zoom tools with IMG 'psuedo' vector objects loaded
  17.   -------------------------------------------------------------
  18.   Kandinsky is designed to rapidly manipulate vector objects but if your 
  19.   drawing includes any Image (IMG) format files you'll find the zoom 
  20.   options (currently) slow to a crawl. When a zoom tool is used on an Image 
  21.   containing bittmapped 'psuedo' objects Kandinsky has to recalculate the 
  22.   images pixel by pixel. Where practical import IMG format files as late as 
  23.   possible in the drawing process. Once loaded zooming out is considerably 
  24.   faster than zooming in but if you have to zoom in be prepared for a 
  25.   lengthy wait!
  26.  
  27. o Saving and printing
  28.   -------------------
  29.   Kandinsky takes advantage of GDOS, SpeedoGDOS and other GDOS replacements 
  30.   to handle GEM Metafiles. To save and print you'll need to boot using GDOS 
  31.   or equivalent and a suitable ASSIGN.SYS which includes a printer driver 
  32.   and META.SYS.
  33.  
  34. o Setting the pixel width and height
  35.   ----------------------------------
  36.   By default the pixel width and height are set to 372 micrometres. If 
  37.   you're running at 640x200 resolution (ST Medium) you need to open the 
  38.   'Screen' dialog from the 'Settings' drop down menu reduce the pixel width 
  39.   to 169 micrometres.
  40.  
  41. o If you're NOT multitasking
  42.   --------------------------
  43. - Use WINX, highly recommended, or:
  44. - Set the following options to ease working with Kandinsky considerably:
  45.   From the 'Settings' Drop down menu option open the 'Window' dialog and 
  46.   set the 'Dialogs in windows' OFF and 'Auto raise windows' ON.
  47. - Install ICFS to iconify Kandinsky windows.
  48.  
  49. o To de/select more than one object
  50.   ---------------------------------
  51.   Press the [Shift] key during object selection to add objects to already 
  52.   selected object(s). If objects are selected and a new object is selected 
  53.   without holding the [Shift] key down the currently selected objects are 
  54.   de-selected.
  55.  
  56. o Why won't Kandinsky save my drawing?
  57.   ------------------------------------
  58.   If you drawing has been changed since you last saved it an asterisk 
  59.   appears before the filename in the window title bar eg '*TEST.GEM'. The 
  60.   Save command can only be selected when a drawing has been changed, ie 
  61.   when the '*' precedes the filename.
  62.  
  63. o Loading and using EasyDraw text objects in Kandinsky
  64.   ----------------------------------------------------
  65.   EasyDraw text objects need to be converted to Kandinsky text objects 
  66.   before they can be successfully edited. To achieve this:
  67. - Select the text objects to convert using the Select tool followed by the 
  68.   'Change to' option from the 'Object(s)' Drop down menu. A Pop-up menu 
  69.   appears, select the 'Text' option and the object(s) will be converted.
  70.  
  71. o The right mouse button in Kandinsky
  72.   -----------------------------------
  73.   The right mouse button is also used extensively in Kandinsky. During 
  74.   commands it's used to cancel most commands and between commands it's used 
  75.   to display the settings dialog for the current command, if provided.
  76.  
  77. o Bold buttons
  78.   ------------
  79.   Bold buttons contain pop-up menus. Left click and release over the button 
  80.   to display the menu. Click on an option to select it or away from the 
  81.   menu to close it without making a selection.
  82.  
  83. o How do I change the default zoom setting (and others) from 25%?
  84.   ---------------------------------------------------------------
  85.   The initial zoom (and other defaults) are stored in the template GEM 
  86.   file. Load in any template, select the desired default zoom value then 
  87.   re-save the template using the 'Save as template...' option from the 
  88.   'File' drop down menu.
  89.   
  90.  
  91. ---------------------------------------------------------------------------
  92. Compatibility
  93. ===========================================================================
  94. Here's a list of known occurences, bugs and errors which you might 
  95. experience under certain circumstances.
  96.  
  97. - The Before Dawn Screen saver, is known to cause problems, I'm looking 
  98.   into this. Try Darklord instead it's very nice :-)
  99.  
  100. - If you experience minor redraw problems, mouse droppings etc check the 
  101.   XOR in design mode option is turned off (box cleared). If you're low on 
  102.   memory you can leave this option on and press the [Esc] key to redraw the 
  103.   screen and clear the garbage.
  104.  
  105. - SpeedoGDOS Error Messages -Scratch buffer problems
  106.   If the message 'GDOS error, not enough memory for scratch buffer' appears 
  107.   during starting Kandinsky you have a faulty version of Speedo GDOS. This 
  108.   is NOT a Kandinsky problem and is fixed in SpeedoGDOS from v4.2 
  109.   (although this version also sufferes from other problems!).
  110.   
  111.   You can avoid this error message by adding bitmap fonts for each driver 
  112.   in the file 'ASSIGN.SYS', provided you've got access to the bitmap fonts. 
  113.   Here's an example for 'ASSIGN.SYS' which removes the error message (you 
  114.   need the font `atss12.fnt' for Screen, Metafile and Laser):
  115.  
  116.   PATH = C:\GEMSYS
  117.   01p SCREEN.SYS
  118.   ATSS12.FNT
  119.   02p SCREEN.SYS
  120.   ATSS12.FNT
  121.   03p SCREEN.SYS
  122.   ATSS12CG.FNT
  123.   04p SCREEN.SYS
  124.   ATSS12.FNT
  125.   05p SCREEN.SYS
  126.   ATSS12.FNT
  127.   06p SCREEN.SYS
  128.   ATSS12.FNT
  129.   07p SCREEN.SYS
  130.   ATSS12.FNT
  131.   08p SCREEN.SYS
  132.   ATSS12.FNT
  133.   09p SCREEN.SYS
  134.   ATSS12.FNT
  135.   10p SCREEN.SYS
  136.   ATSS12.FNT
  137.   21 SLM.SYS
  138.   ATSS12LS.FNT
  139.   31 META.SYS
  140.   ATSS12MF.FNT
  141.   61 MEMORY.SYS
  142.  
  143. - If you experience problems using large point sizes and SpeedoGDOS add a 
  144.   larger point size to each font in your 'EXTEND.SYS'. SpeedoGDOS allocates 
  145.   a scratch buffer just large enough to handle the largest point size 
  146.   specified.
  147.  
  148. - First aid! Don't leave the 'Info' dialog by selecting 'OK' or 'Apply' if 
  149.   no objects are selected, in some circumstances this can lead to a crash.
  150.  
  151. - Line patterns are not displayed properly depending on the line thickness 
  152.   selected. This is due to a(nother) fault in TOS and unfortunately beyond 
  153.   Kandinsky's control. The line styles and thicknesses are however 
  154.   correctly exported to Postscript files so I'll leave this option active 
  155.   in the hope that one day either Atari or NVDI will fix the problem.
  156.   
  157. - 'Let 'em Fly' should not be used with Kandinsky because LEF clashes with 
  158.   the 'MyDials' (programmed by Olaf Meisiek) routines used Kandinsky. 
  159.  
  160. ---------------------------------------------------------------------------
  161. 1st September 1995. To be continued...
  162.